home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xyz21.zip / SM2DKB.DOC < prev    next >
Text File  |  1992-04-16  |  4KB  |  82 lines

  1.                     SM2DKB Conversion utility
  2.                        By Dale P. Stocker
  3.                         Vs. 2.0 Apr. 1992
  4.  
  5.       This  is  a  program that takes a Surface  Model  file  and 
  6. converts  it into a DKB data file in the form of  triangles.  DKB 
  7. and POV ray are two freeware raytracing programs that have a  lot 
  8. of  capability over Surface Model. DKB also has a lot of  support 
  9. and  now a group called the Persistence of Vision group  that  is 
  10. working  on  there beta version. I can't run this yet  because  I 
  11. don't  have a coprocessor. I hope they come out with a version  I 
  12. can  use,  and I still have access to it. In any case  DKB  is  a 
  13. fully  functional  raytracer with a lot of power. I will  not  go 
  14. into all of the DKB commands, he has his own book for that.
  15.      What  you can do is create a object with XYZ,  or  whatever, 
  16. for Surface Model and then view it quickly, edit it as you  need, 
  17. and  when you get what you want you can convert it to DKB  for  a 
  18. full  ray  trace of the object, or combination of objects,  is  a 
  19. full scene. All of it is in ASCII data so you can do whatever you 
  20. want to it, like change the texture. 
  21.      This   program   is  free  and  can  be   distributed   free 
  22. provided you make no changes and ask for no money.  If  you  have 
  23. the money to spare  and find you would like to give something for 
  24. the  program you can send any amount you would like to  encourage 
  25. the  programmer to continue to create free software. If you  have 
  26. some software you would like make for you, let me know.
  27.      If  you  would  like the source code  for  the  programs  in
  28. Quickbasic  you can send me  $10.00  for processing and disk  and
  29. I  will  send you the program code. This includes  the  code  for
  30. XYZ-EGA. Note that I may be moving soon. Send this to:
  31.  
  32.         Dale P. Stocker
  33.         3493 E. Cedar Lake Dr.
  34.         Greenbush Mi. 48738
  35.  
  36.      The program is command line driven. just enter:
  37.  
  38.      SM2DKB <File_name.Extention>
  39.  
  40.      The  program will then do it's best it make a DKB data  file 
  41. with the same name but extension .DAT. There may be some problems 
  42. with degenerate triangles. The program ties to weed these out and 
  43. you  will be asked if you want to try to fix any that are  found, 
  44. or just discard that side. In most cases there is a point on  the 
  45. surface  that is the same. Can't do that on a triangle. If  there 
  46. are  more that three nodes you can remove one of  the  duplicates 
  47. and press on. It will do it's best. The real test is when you run
  48. DKB on it. There may still be degenerate triangle. You will  have 
  49. to fix these on your own.
  50.     No  view,  light, or other things are added to the  DKB  data 
  51. file.  You  need  to set up your own scene. The  objects  are  in 
  52. declare  statements. A new object is made every time a change  in 
  53. surface model material is encountered.
  54.  
  55.      If you have ideas or other programs you would like to  share
  56. send them to me. I have other programs I was selling as shareware
  57. that I may make freeware. If you would like one of these programs
  58. send  me  a disk with some freeware programs as  well  as  return
  59. postage.  I  have some programs for fantasy and  space  adventure
  60. games, a program for banking, Michigan lottery, and one for basal
  61. thermometer charting. The space programs require three disks  for
  62. all  information. Other gaming materiel would be  useful.  Things
  63. like  ship design and adventure ideas. I have quite a few if  you
  64. are interested.
  65.  
  66.     The  office of the AISB branch at Wurtsmith AFB Michigan  has
  67. contributed  to the  final version of this program. This  program
  68. is  free  to all government agencies. I do not  have  any  direct
  69. access  to bulletin boards of the Internet. This office has  been
  70. able to distribute these programs to you.  Thanks to  TSgt Don T.
  71. Olsen  for his  help  in  this  area.  I  will  not  have  access
  72. to  this for much longer. But I hope I can still get my  programs
  73. out  to  you  and get some of the great  programs  off  of  these
  74. places. My thanks the the creator of Surface Model, AutoMove, DKB
  75. raytrace, and others.
  76.  
  77.  
  78.      This  program is distributed as is and I am not  responsible
  79. for any loss of data or other problems the program may cause. You
  80. use  this  program  at  your own risk.  It  is  freeware  and  no
  81. registration is needed.
  82.